home *** CD-ROM | disk | FTP | other *** search
/ Rock County Sheriff's Off…nternet Safety Initative / Rock County Sher.iso / pc / css / ie.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-09-13  |  2.4 KB  |  117 lines

  1. /* Internet Explorer 8 Fixes */
  2.  
  3. #middle {z-index:1;}
  4.  
  5. .middle_inner {z-index:2;}
  6.  
  7. div.p_filter {height:1000px;}
  8.  
  9. a.p_cat_filter.button, 
  10. .p_sort a[name="p_date"], 
  11. .p_sort a[name="p_name"],
  12. #slider .button, 
  13. #slider .button_medium, 
  14. #slider .button_large {box-shadow:none;}
  15.  
  16. ul.p_filter li:first-child {padding-top:0;}
  17.  
  18. .p_filter_container ul.p_filter {top:38px;}
  19.  
  20. div.jp-video div.jp-interface {display:none;}
  21.  
  22. div.jp-video:hover div.jp-interface {display:block;}
  23.  
  24. .format-gallery .shortcode_slideshow .cmsms_slides_nav,
  25. .entry .shortcode_slideshow_container .cmsms_slides_nav {
  26.     max-width:none;
  27. }
  28.  
  29. .divider, .project_navi, .share_posts, .about_author, .related_posts, #comments, #commentform {
  30.     border-top:1px solid #5a5a5a;    
  31. }
  32.  
  33. .vertical_divider {
  34.     background:#464646;
  35. }
  36.  
  37. .resizable_block.noIE {padding:0;}
  38.  
  39. .resizable_block video.fullwidth {
  40.     position:relative;
  41.     height:auto;
  42. }
  43.  
  44. .tooltip {
  45.     border-radius:none;
  46.     border:0;
  47.     background:#010101;
  48. }
  49.  
  50. ul.p_filter {
  51.     width:165px;
  52.     top:38px;
  53.     left:5px;
  54. }
  55.  
  56. #navigation ul li {border-bottom:1px solid #414141;}
  57.  
  58. #top_sidebar, .pj_sort {
  59.     border-bottom:1px solid #424242;
  60.     border-bottom-width:1px;
  61. }
  62.  
  63. .cmsms-form-builder .check_parent input[type="checkbox"], 
  64. .cmsms-form-builder .check_parent input[type="radio"] {
  65.     float:left;
  66.     top:8px;
  67.     left:0;
  68.     opacity:1;
  69. }
  70.  
  71. .cmsms-form-builder .check_parent input[type="radio"]+label,
  72. .cmsms-form-builder .check_parent input[type="checkbox"]+label {
  73.     background:none;
  74. }
  75.  
  76. .resp_navigation,
  77. .resp_navigation > span {
  78.     position:relative;
  79.     z-index:0;
  80. }
  81.  
  82. html.ie8 .portfolio_container.one_block>.fl, 
  83. html.ie7 .portfolio_container.one_block>.fl, 
  84. html.ie8 .portfolio_container.one_block>.fl>.portfolio, 
  85. html.ie7 .portfolio_container.one_block>.fl>.portfolio {width:100%}
  86.  
  87.  
  88. /* Tablet Portrait (Note: Design for a width of 768px) */
  89.  
  90. @media only screen and (min-width: 768px) and (max-width: 1023px) {
  91.     
  92.     .portfolio_container {margin-right:-1.9%;}
  93.     
  94. }
  95.  
  96. @media only screen and (min-width: 541px) and (max-width: 767px) {
  97.  
  98.     .four_blocks.portfolio_container .portfolio,
  99.     .one_fourth, 
  100.     .one_fourth.last,  
  101.     .one_fourth+.one_fourth, 
  102.     .one_fourth+.one_fourth+.one_fourth, 
  103.     .one_fourth+.one_fourth+.one_fourth+.one_fourth  {
  104.         width:100%;
  105.         float:none;
  106.         padding-right:0;
  107.     }
  108.     
  109. }
  110.  
  111. /* ---------- Mobile (Note: Design for a width less than 541px) ---------- */
  112.  
  113. @media only screen and (max-width: 540px) {
  114.     
  115.     #navigation ul li {border:none;}
  116.     
  117. }